home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / pcgames / EMERGY / DX5SDK / SDK / SAMPLES / DONUT / readme.txt
Text File  |  1997-07-14  |  1KB  |  27 lines

  1. This program is useful for testing multiple exclusive mode apps interacting
  2. with multiple non-exclusive mode apps.  The program displays a rotating 
  3. donut in the upper left corner of the screen.  It may be terminated by 
  4. pressing Esc or F12.  
  5.  
  6. Various command line switches can be specified to modify the characteristics
  7. of this program.  Each switch consists of one character and need not be 
  8. preceeded with a dash or slash.  The switches are as follows:
  9.  
  10. 0   -   Display in far left position
  11. 1   -   Display in middle position
  12. 2   -   Display in right position
  13. X   -   Use exclusive mode
  14. A   -   Switch mode to 640x480x8 and use exclusive mode
  15. B   -   Switch mode to 800x600x8 and use exclusive mode
  16. C   -   Switch mode to 1024x768x8 and use exclusive mode
  17. D   -   Switch mode to 1280x1024x8 and use exclusive mode
  18.  
  19. The switches may be combined.  If two switches are used which contradict,
  20. the last switch specified will be in effect.
  21.  
  22. If this program is running in non-exclusive mode, it attempts to continue to 
  23. run even when it loses focus.  If it is running in exclusive mode, the 
  24. program does not attempt to modify the screen when it doesn't have focus.
  25.  
  26.  
  27.